home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950528-19950726 / 000009_news@columbia.edu_Mon May 29 12:14:28 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA03549
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 31 May 1995 05:04:29 -0400
  3. Received: by apakabar.cc.columbia.edu id AA09095
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 31 May 1995 05:04:27 -0400
  5. Path: news.columbia.edu!panix!bloom-beacon.mit.edu!gatech!howland.reston.ans.net!news-e1a.megaweb.com!newstf01.news.aol.com!uunet!pmafire!mars.poci.amis.com!cwis.isu.edu!news.cc.utah.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Kermit-32 (VAX) problems??
  9. Message-Id: <1995May29.181428.52632@cc.usu.edu>
  10. Date: 29 May 95 18:14:28 MDT
  11. References: <D9CztC.Cu6@inter.NL.net>
  12. Organization: Utah State University
  13. Lines: 26
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <D9CztC.Cu6@inter.NL.net>, avdpeijl@inter.NL.net writes:
  17. > Hello everybody,
  18. > I would like to upgrade Kermit on my VAX. At the moment I have a stone-aged
  19. > version of Kermit-32 (1984 or something like that). With MS-Kermit 3.14 I tried
  20. > to upload some programms to the VAX with settings like:
  21. >    - packetlength 94
  22. >    - no linking shift (or something simular)
  23. >    - set block 1-bit (also tried 2-bit)
  24. >    - file type binary (of course)
  25. > The uploads went fine. I reached a 23% troughput at a 9600 bps line (VT220), 
  26. > found no particular errors (only at the end Kermit-32 complained about bad
  27. > packets).
  28. > When I run the program, I get:
  29. > "error activating image zip.exe" and "image header description length is invalid" 
  30. > (in this example I uploaded unzip.exe for VAX/VMS, 54k).
  31. -------
  32.     Kermit-32 is indeed from the paleolithic era. It does not understand
  33. how to pick up the file transfer mode from modern clients. Thus you sent
  34. the file and Kermit-32 stored it as text or similar, and that's why the
  35. results won't run. By all means, upgrade to C Kermit 5A(190) for VMS. Visit
  36. kermit.columbia.edu, cd kermit/c-kermit; a version is ready to go from there.
  37. In the meanwhile explicitly control Kermit-32 before sending more files at it.
  38.     Joe D.